@charset "UTF-8";
body {
	background: url("./images/bg.png") repeat-x top; margin: 0px; padding: 0px; color: rgb(105, 105, 105); font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; font-size: 0.8em;
}
a:link {
	color: rgb(3, 74, 243); text-decoration: none;
}
a:visited {
	color: rgb(3, 74, 243); text-decoration: none;
}
a:hover {
	color: rgb(243, 74, 3); text-decoration: none;
}
a:active {
	color: rgb(243, 74, 3); text-decoration: none;
}
p {
	line-height: 1.6em; margin-bottom: 10px;
}
h1 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h2 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h3 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h4 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h5 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h6 {
	color: rgb(102, 102, 102); text-transform: none; font-size: 1.5em; font-variant: small-caps; font-weight: 200; margin-bottom: 0px;
}
h1 {
	padding-bottom: 0px; font-size: 1.6em; margin-bottom: 0px;
}
h2 {
	font-size: 1.5em; font-weight: 600;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
.rightColumn > h1 {
	margin-top: 0px;
}
.rightColumn > h2 {
	margin-top: 0px;
}
.leftColumn > h1 {
	margin-top: 0px;
}
.leftColumn > h2 {
	margin-top: 0px;
}
.page {
	margin: 0px auto; width: 960px; background-color: rgb(255, 255, 255);
}
.header {
	margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 64px; position: relative;
}
.header h1 {
	margin: 0px; padding: 0px 0px 0px 20px; border: currentColor; color: rgb(249, 249, 249); line-height: 2em; font-size: 2em; font-weight: 700;
}
.main {
	margin: 12px 8px 8px; padding: 0px 12px; min-height: 420px;
}
.leftCol {
	margin: 12px 8px 8px; padding: 6px 0px; width: 200px; min-height: 200px;
}
.footer {
	margin: 0px auto; padding: 8px 0px 0px; text-align: center; color: rgb(78, 87, 102); line-height: normal; border-top-color: rgb(224, 224, 224); border-top-width: 1px; border-top-style: solid;
}
.footer_content {
	margin: 5px auto 0px; width: 960px; font-size: 0.9em;
}
div.hideSkiplink {
	background: url("./images/gradient_fff_bbb.png") repeat-x top; width: 100%;
}
div.menu {
	padding: 4px 0px 4px 8px;
}
div.menu ul {
	list-style: none; margin: 0px; padding: 0px; width: auto;
}
div.menu ul li a {
	padding: 4px 20px; color: rgb(0, 0, 153); line-height: 1.35em; text-decoration: none; display: block; white-space: nowrap;
}
div.menu ul li a:visited {
	padding: 4px 20px; color: rgb(0, 0, 153); line-height: 1.35em; text-decoration: none; display: block; white-space: nowrap;
}
div.menu ul li a:hover {
	color: white; text-decoration: none; background-color: black;
}
div.menu ul li a:active {
	color: rgb(207, 219, 230); text-decoration: none; background-color: rgb(70, 92, 113);
}
fieldset {
	margin: 1em 0px; padding: 1em; border: 1px solid rgb(204, 204, 204);
}
fieldset p {
	margin: 2px 12px 10px 10px;
}
fieldset.login label {
	display: block;
}
fieldset.register label {
	display: block;
}
fieldset.changePassword label {
	display: block;
}
fieldset label.inline {
	display: inline;
}
legend {
	padding: 2px 4px 8px; font-size: 1.1em; font-weight: 600;
}
input.textEntry {
	border: 1px solid rgb(204, 204, 204); width: 320px;
}
input.passwordEntry {
	border: 1px solid rgb(204, 204, 204); width: 320px;
}
div.accountInfo {
	width: 42%;
}
.clear {
	clear: both;
}
.title {
	width: auto; text-align: left; float: left; display: block;
}
.logotype {
	margin: 15px auto auto 20px;
}
.siteid-company {
	margin: 30px auto auto 20px; width: auto; text-align: left; font-size: 12pt; font-weight: bold; float: left; display: block;
}
.link-header {
	padding: 10px 20px 0px 0px; text-align: left; font-size: 1em; float: right; display: block;
}
.loginDisplay {
	padding: 10px; text-align: right; color: white; font-size: 1.1em; display: block;
}
.loginDisplay a:link {
	color: white;
}
.loginDisplay a:visited {
	color: white;
}
.loginDisplay a:hover {
	color: white;
}
.failureNotification {
	color: red; font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
.submitButton {
	text-align: right; padding-right: 10px;
}
ul {
	list-style-image: url("./images/arrow.png");
}
